projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb3f0c
)
i2c: mvtwsi: Add support for Marvell Armada XP
author
Stefan Roese
<
[email protected]
>
Wed, 22 Oct 2014 10:13:16 +0000
(12:13 +0200)
committer
Tom Rini
<
[email protected]
>
Thu, 23 Oct 2014 13:59:21 +0000
(09:59 -0400)
To support the Armada XP SoC, we just need to include the correct header.
Signed-off-by: Stefan Roese <
[email protected]
>
Acked-by: Heiko Schocher <
[email protected]
>
Tested-by: Luka Perkov <
[email protected]
>
drivers/i2c/mvtwsi.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/mvtwsi.c
b/drivers/i2c/mvtwsi.c
index a2deae6a3aeac46b6657f49b24d0cd870d7ba0ac..9b2ca1e81ba33a7f94e539a020336015b30592fa 100644
(file)
--- a/
drivers/i2c/mvtwsi.c
+++ b/
drivers/i2c/mvtwsi.c
@@
-20,7
+20,7
@@
#if defined(CONFIG_ORION5X)
#include <asm/arch/orion5x.h>
-#elif
defined(CONFIG_KIRKWOOD
)
+#elif
(defined(CONFIG_KIRKWOOD) || defined(CONFIG_ARMADA_XP)
)
#include <asm/arch/soc.h>
#elif defined(CONFIG_SUNXI)
#include <asm/arch/i2c.h>